home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen… 1994 February Supplement / ARPL-Feb-94-Supplement-PowerPC.iso / 3rd Party PowerPC Demo Apps / Diehl Graphsoft MiniCad-E / MiniCad 5 Demo (Click Me!) / MiniCad 5 Demo (Click Me!).rsrc / STR#_7018.txt < prev    next >
Encoding:
Text File  |  1994-01-18  |  534 b   |  22 lines

  1. GetLName(h : Handle) : STRING;
  2.  
  3. Returns the name of the layer that is connected to h.
  4.  
  5. GetLVis(LayerHandle : HANDLE) : INTEGER;
  6.  
  7. Returns the visability of the layer that is connected to LayerHandle.
  8. 0 = Normal, 1 = Grayed, 2 = Invisable
  9.  
  10. NumObj(h : Handle) : INTEGER;
  11.  
  12. Returns the number of objects on the layer that is connected to h.
  13.  
  14. NumSObjs(h : Handle) : INTEGER;
  15.  
  16. Returns the number of selected objects on the layer that is connected to h.
  17.  
  18. GetLScale(h : Handle) : REAL;
  19.  
  20. Returns the scale of the layer that is connected to h.
  21.  
  22.